projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0d4676
)
(append-to-file): Doc-string fixed.
author
Kenichi Handa
<handa@m17n.org>
Tue, 19 Aug 1997 10:59:47 +0000
(10:59 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 19 Aug 1997 10:59:47 +0000
(10:59 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 4bd9e89262be74c053c33d0bb82ea2e72cecf814..3d264a3ddd5f112f4389dd4b51f0a53b33704a94 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-2337,8
+2337,7
@@
Don't call it from programs! Use `insert-file-contents' instead.
"Append the contents of the region to the end of file FILENAME.
When called from a function, expects three arguments,
START, END and FILENAME. START and END are buffer positions
-saying what text to write.
-A prefix argument enables user to specify the coding-system interactively."
+saying what text to write."
(interactive "r\nFAppend to file: ")
(write-region start end filename t))